home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / AppleShare Client API SDK / About AppleShare Client API next >
Encoding:
Text File  |  1999-11-02  |  1.9 KB  |  52 lines  |  [ttro/ttxt]

  1.  
  2.  
  3. Getting Started with the AppleShare Client API
  4.  
  5.  
  6.  
  7. CONTENTS
  8.  
  9. Introduction
  10. AFP URLs
  11. Shared Volume Eneumerators
  12. Getting Started
  13. Other AppleShare Information
  14.  
  15.  
  16. Introduction
  17.  
  18. The AppleShare Client API consists of routines for creating and parsing AFP URLs and a set of routines for working with shared volumes.
  19.  
  20.  
  21. AFP URLs
  22.  
  23. The basic form of an afp URL is similar to the ftp URL:
  24. over TCP/IP:
  25. afp://user:password@dnsName:Port/VolumeName
  26.  
  27. over AppleTalk:
  28. afp:/at/user:password@Servername:Zone/VolumeName
  29.  
  30. There are optional additions for specifying the Authentication method.
  31. There are routines to build, test, and parse afp URLs.
  32.  
  33.  
  34. Shared Volume Eneumerators
  35.  
  36. The Shared Volume Eneumerator API allows you to open a connection to a server over AppleTalk or TCP/IP, login, eneumerate over the list of volumes and mout individual volumes.
  37.  
  38.  
  39. Getting Started
  40.  
  41. To get started using the AppleShare Client API, read the AppleShareClientAPI.pdf documentation included in this SDK, look at the header file (afpClient.h), and experiment with the API. You can link against the AppleShare Client (version 3.8.5 or later) directly or link against the supplied library. On Mac OS X, the AppleShare Client API will be delivered as a shared framework.
  42.  
  43.  
  44. Other AppleShare Information
  45.  
  46. Web sites
  47.  
  48. For information about developing for AppleShare technologies and existing AppleShare IP Software Developers Kits please visit the Apple Developer web site located at www.apple.com/developer and/or contact the Apple Developer group at dts@apple.com.
  49.  
  50.  
  51.  
  52. © 1999 Apple Computer, Inc. All rights reserved. Apple, the Apple logo, AppleShare, Mac, Macintosh, and MacOS are trademarks of Apple Computer, Inc., registered in the United States and other countries. PowerPC is a trademark of International Business Machines Corporation, used under license therefrom. All other product names are trademarks or registered trademarks of their respective holders.